home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / inst0024 / 00034.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  237 b   |  12 lines

  1. on exitFrame
  2.   global gRsrcPath
  3.   set F to FileIO(mnew, "READ", gRsrcPath & "README.TXT")
  4.   if objectp(F) then
  5.     set txt to F(mReadFile)
  6.     F(mdispose)
  7.   else
  8.     set txt to " "
  9.   end if
  10.   set the text of field "InfoField" to txt
  11. end
  12.